From: bors Date: Thu, 15 Mar 2018 11:39:41 +0000 (+0000) Subject: Auto merge of #5184 - matklad:delegate-debug, r=Eh2406 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~40 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=9895340d9f4e29f3899b34a666e1c10d73081493;p=cargo.git Auto merge of #5184 - matklad:delegate-debug, r=Eh2406 Delegate debug implementation for InternedString Let's make `InternedString` debug implementation the same as for `String` / `str`? It's more concise, which helps when you debug printing other stuff, like `eprintln!("id = {:?}", a_package_id)`. --- 9895340d9f4e29f3899b34a666e1c10d73081493